﻿#pageLeft,
#contentLayoutRight,
#breadcrumbLayout,
#share {
    display: none;
}

#pageRight {
    padding: 0;
}

#pageAreaLayout {
    padding: 0;
}

#headerLayout {
    position: relative;
    height: 180px;
    background: transparent url('/Style Library/APS/i/2017APS-TopBanner.jpg') top no-repeat;
    margin-bottom: 2px;
    z-index: 100;
    background-size: contain;
}

#headerNavigation {
    background-color: #721237;
    position: relative;
    top: 180px;
    bottom: 0px;
    right: 0px;
    height: 30px;
}

#headerLinks {
    background: #f26722;
}

#headerBar {
    position: relative;
    width: 80%;
    border-collapse: collapse;
    top: -182px;
    z-index: 999;
    background-image: none;
    background-color: #f26722;
    margin-left: 186px;
}

#headerHatch {
    display: none;
}

#headerLogo {
    display: none;
}

.globalNavItem a {
    padding: 5px 10px;
}

.globalNavItem {
    border-left: 1px #f26722 solid;
}

div.globalNavMenu {
    margin-top: 0px;
    background: #721237;
}

.globalNav {
    margin: 0 auto;
}

.bannerContent {
    width: 100% !important;
}

#mobileMenu {
    background-color: #721237 !important;
}

#mobileMenu li a {
    border-top: 1px dotted rgb(240, 158, 99) !important;
    border-top: 1px dotted rgb(244, 103, 7, .4) !important;
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

/*---- Meeting Responsive -------*/

@media screen and (max-width:480px) {
    #headerLinks {
        position: fixed;
        background: transparent !important;
        top: 0;
        margin-top: -5px;
        font-size: 10px;
        font-weight: 400;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
    #headerLinks {
        position: fixed;
        background: transparent !important;
        top: 0;
        left: 100px;
        margin-top: -5px;
    }
}
